home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Tool Chest / Dev.CD Feb 97 TC.toast / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / Videodisc Commands / card_4576.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  1008 b   |  34 lines

  1. -- card: 4576 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 9
  9. ----- text -----
  10. Command:
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. stepVideo <number of frames,count>
  15.  
  16. -- part contents for background part 2
  17. ----- text -----
  18. Step a number frames, and do it "count" times.
  19.  
  20. -- part contents for background part 3
  21. ----- text -----
  22. number of frames
  23. count
  24.  
  25. -- part contents for background part 7
  26. ----- text -----
  27. the number of frames to step by (can be negative).
  28. the number of times to step.
  29.  
  30. -- part contents for background part 4
  31. ----- text -----
  32. This command steps the disc forward by the specified number of frames, and then repeats the process the number of times specified in the second parameter.  The number of frames can be either positive (step forward) or negative (step backward).
  33.  
  34. If the count parameter is left off, it defaults to 1.  If the number of frames parameter is not specified, it also defaults to 1.